Always define FONT_OBJ; to empty in the non-X case.
authorGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 21:31:19 +0000 (14:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 15 May 2010 21:31:19 +0000 (14:31 -0700)
commit168e1d58564845a57dad498a849ebe7662ffd2f9
tree9b5f7522550756c4be366f2eb8b565c53980eb11
parent3cd0e9bfbf99798d5d01993991a954bc3804eef1
Always define FONT_OBJ; to empty in the non-X case.

* configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.

* src/Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
(obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.

* msdos/sed1v2.inp (FONT_OBJ): Edit to empty for non-X case.
* msdos/sed1x.inp (FONT_OBJ): Edit to xfont.o for X case.
ChangeLog
configure.in
msdos/ChangeLog
msdos/sed1v2.inp
msdos/sed1x.inp
src/ChangeLog
src/Makefile.in